home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / freebsd / paths.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  158b  |  9 lines

  1. #ifndef _PATHS_
  2. #define _PATHS_
  3. #include "/usr/include/paths.h"
  4.  
  5. #ifndef _PATH_GETTY
  6. #define _PATH_GETTY     "/usr/libexec/getty"
  7. #endif
  8. #endif /* _PATHS_ */
  9.